home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / fllab200.zip / INST32 / CLRCYCE2.DFM / CLRCYCE2.txt
Text File  |  1995-11-26  |  4KB  |  144 lines

  1. object ColorCyclingRangeForm: TColorCyclingRangeForm
  2.   Left = 207
  3.   Top = 99
  4.   Width = 275
  5.   Height = 203
  6.   Caption = 'Range'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 5
  17.     Top = 12
  18.     Width = 93
  19.     Height = 16
  20.     Caption = 'Starting color'
  21.     Font.Color = clBlack
  22.     Font.Height = -13
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = [fsBold]
  25.     ParentFont = False
  26.   end
  27.   object Label2: TLabel
  28.     Left = 5
  29.     Top = 56
  30.     Width = 88
  31.     Height = 16
  32.     Caption = 'Ending color'
  33.     Font.Color = clBlack
  34.     Font.Height = -13
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.   end
  39.   object Label3: TLabel
  40.     Left = 5
  41.     Top = 100
  42.     Width = 92
  43.     Height = 16
  44.     Caption = 'Steps (1-256)'
  45.     Font.Color = clBlack
  46.     Font.Height = -13
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.   end
  51.   object StartColorShape: TShape
  52.     Left = 98
  53.     Top = 8
  54.     Width = 135
  55.     Height = 24
  56.   end
  57.   object EndColorShape: TShape
  58.     Left = 98
  59.     Top = 52
  60.     Width = 135
  61.     Height = 24
  62.   end
  63.   object ChangeStartColorSpeedBtn: TSpeedButton
  64.     Left = 232
  65.     Top = 8
  66.     Width = 25
  67.     Height = 24
  68.     Hint = 'Click here to change color'
  69.     Glyph.Data = {
  70.       90010000424D9001000000000000760000002800000020000000100000000100
  71.       0400000000000001000000000000000000000000000000000000000000000000
  72.       80000080000000808000800000008000800080800000C0C0C000808080000000
  73.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  74.       7777777777777777777777777777777777777777777777777777777777777777
  75.       7777777777777777777777777777777777777777777777777777777777777777
  76.       777777777777777777777777777077777777777777778F777777777777000777
  77.       77777777777888F77777777770000077777777777788888F7777777700000007
  78.       7777777778888888F77777700000000077777777888888888777777777777777
  79.       7777777777777777777777777777777777777777777777777777777777777777
  80.       7777777777777777777777777777777777777777777777777777777777777777
  81.       7777777777777777777777777777777777777777777777777777000000000000
  82.       0000000000000000000000000000000000000000}
  83.     NumGlyphs = 2
  84.     OnClick = ChangeStartColorSpeedBtnClick
  85.   end
  86.   object ChangeEndColorSpeedBtn: TSpeedButton
  87.     Left = 232
  88.     Top = 52
  89.     Width = 25
  90.     Height = 24
  91.     Hint = 'Click here to change color'
  92.     Glyph.Data = {
  93.       90010000424D9001000000000000760000002800000020000000100000000100
  94.       0400000000000001000000000000000000000000000000000000000000000000
  95.       80000080000000808000800000008000800080800000C0C0C000808080000000
  96.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  97.       7777777777777777777777777777777777777777777777777777777777777777
  98.       7777777777777777777777777777777777777777777777777777777777777777
  99.       777777777777777777777777777077777777777777778F777777777777000777
  100.       77777777777888F77777777770000077777777777788888F7777777700000007
  101.       7777777778888888F77777700000000077777777888888888777777777777777
  102.       7777777777777777777777777777777777777777777777777777777777777777
  103.       7777777777777777777777777777777777777777777777777777777777777777
  104.       7777777777777777777777777777777777777777777777777777000000000000
  105.       0000000000000000000000000000000000000000}
  106.     NumGlyphs = 2
  107.     OnClick = ChangeEndColorSpeedBtnClick
  108.   end
  109.   object StepsEdit: TEdit
  110.     Left = 101
  111.     Top = 96
  112.     Width = 41
  113.     Height = 24
  114.     TabOrder = 0
  115.     OnChange = StepsEditChange
  116.   end
  117.   object OkBtn: TBitBtn
  118.     Left = 33
  119.     Top = 136
  120.     Width = 89
  121.     Height = 33
  122.     TabOrder = 1
  123.     OnClick = OkBtnClick
  124.     Kind = bkOK
  125.   end
  126.   object CancelBtn: TBitBtn
  127.     Left = 145
  128.     Top = 136
  129.     Width = 89
  130.     Height = 33
  131.     Font.Color = clWindowText
  132.     Font.Height = -13
  133.     Font.Name = 'MS Sans Serif'
  134.     Font.Style = []
  135.     ParentFont = False
  136.     TabOrder = 2
  137.     Kind = bkCancel
  138.   end
  139.   object ColorDialog1: TColorDialog
  140.     Left = 184
  141.     Top = 88
  142.   end
  143. end
  144.